home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / dev / misc / SDL-Amiga.readme < prev    next >
Encoding:
Text File  |  2000-09-02  |  6.3 KB  |  142 lines

  1. Short:    First beta of SDL library Amiga port.
  2. Author:   Gabriele Greco
  3. Uploader: gabriele.greco@galactica.it
  4. Version:  1.0
  5. Type:     dev/misc
  6.  
  7. This is the first beta version of my SDL (Simple DirectMedia Layer)
  8. port (www.libsdl.org for more info). SDL is available on a wide range
  9. of systems (linux, windows, beos, mac...) and is used by many
  10. applications (on the sdl site there is an almost full list).
  11.  
  12. This archive contains the 68k version, some demos and the includes.
  13. The API documentation, available in several languages is available in
  14. the official SDL site (www.libsdl.org).
  15.  
  16. Actully this version of SDL-Amiga needs:
  17.  
  18. CyberGraphX v3+ (for video output, CGXAGA untested)
  19. AHI v4+ (for audio output)
  20.  
  21. And provides:
  22.  
  23. - Screens/Windows menagement.
  24. - Software/Hardware blitting in 8/16/24/32bit (hardware acceleration
  25.   is performed through CGX and may require V4 BITMAPCACHE option).
  26. - Event handling (keyboard, mouse, windows)
  27. - Audio
  28. - Thread menagement (somewhat broken in gcc version)
  29. - Timer menagement 
  30. - Endian menagement
  31.  
  32. Not yet done:
  33. - Joystick and CDRom related API.
  34.  
  35. The library is actually distributed as linked library, to make debugging
  36. easier. I've built SAS/C and GCC version of this linked library but it
  37. seems that the GCC one is less stable than the SAS/C one, maybe for
  38. problems dued to thread menagement and ixemul.library. A MorphOS version
  39. of the library is almost ready, and a powerup version in the works.
  40.  
  41. ***IMPORTANT:   This  beta  version of the library needs a 68020 and a math
  42. coprocessor  to  work, and prints a lot of debug informations to the serial
  43. (you can see it with sushi or a serial terminal). Stable releases will work
  44. also without coprocessor and will not contain debug output.
  45.  
  46. Anyway with this version of SDL I've compiled (and run :) ) without 
  47. problems all the demos of the original source distribution and a lot
  48. of other demos and apps. Included in this distribution there is
  49. the binary only version of SDLroids, look at www.libsdl.org for the
  50. source distribution.
  51.  
  52. Obviously since it's a beta bug reports, detailed if possible, are
  53. welcome. Source will be added to the official SDL tree as soon as
  54. it's stable.
  55.  
  56. SDL is OpenSource, but it's licence make it usable also for development
  57. of commercial applications.
  58.  
  59.  
  60. Gabriele Greco
  61. Hurricane Studios
  62. gabriele.greco@galactica.it
  63.  
  64.  
  65. ============================= Archive contents =============================
  66.  
  67. Original  Packed Ratio    Date     Time    Name
  68. -------- ------- ----- --------- --------  -------------
  69.   203040   70361 65.3% 22-Aug-00 18:46:40  SDL.lib
  70.   232768   85390 63.3% 22-Aug-00 18:23:12  libSDL.a
  71.     2556    1221 52.2% 16-Mar-00 15:20:36 +begin_code.h
  72.     1161     659 43.2% 16-Mar-00 15:20:36 +close_code.h
  73.      609     269 55.8% 20-Apr-00 21:17:20 +Makefile.am
  74.     2933    1328 54.7% 16-Mar-00 15:20:36 +SDL.h
  75.     1947    1005 48.3% 16-Mar-00 15:20:36 +SDL_active.h
  76.    10773    4098 61.9% 16-Mar-00 15:20:36 +SDL_audio.h
  77.     1714     932 45.6% 23-Jul-00 00:25:16 +SDL_byteorder.h
  78.     5658    2314 59.1% 28-Jun-00 03:42:46 +SDL_cdrom.h
  79.      997     594 40.4% 16-Mar-00 15:20:36 +SDL_copying.h
  80.     4813    1843 61.7% 16-Mar-00 15:20:36 +SDL_endian.h
  81.     1752     909 48.1% 16-Mar-00 15:20:36 +SDL_error.h
  82.    11622    3581 69.1% 28-Apr-00 22:45:04 +SDL_events.h
  83.     5159    1923 62.7% 10-Jul-00 21:18:54 +SDL_joystick.h
  84.     3858    1719 55.4% 16-Mar-00 15:20:36 +SDL_keyboard.h
  85.     7186    2622 63.5% 16-Mar-00 15:20:36 +SDL_keysym.h
  86.     2303    1100 52.2% 16-Mar-00 15:20:36 +SDL_main.h
  87.     4322    1780 58.8% 21-Apr-00 00:59:10 +SDL_mouse.h
  88.     5497    1809 67.0% 05-Jun-00 01:24:08 +SDL_mutex.h
  89.     1996    1072 46.2% 16-Mar-00 15:20:36 +SDL_quit.h
  90.     3373    1474 56.3% 30-May-00 03:15:22 +SDL_rwops.h
  91.     4323    1823 57.8% 26-Jul-00 19:55:52 +SDL_syswm.h
  92.     2179    1075 50.6% 20-Apr-00 21:17:20 +SDL_thread.h
  93.     4125    1898 53.9% 17-Jul-00 02:41:48 +SDL_timer.h
  94.     2010    1040 48.2% 16-Mar-00 15:20:36 +SDL_types.h
  95.     2151    1083 49.6% 06-Jun-00 17:17:50 +SDL_version.h
  96.    28910    9310 67.7% 25-Jul-00 23:34:50 +SDL_video.h
  97.   357352  147973 58.5% 22-Aug-00 18:28:28 +sdlroids
  98.      122      40 67.2% 06-Jul-00 02:55:30 +blank.bmp
  99.      210     120 42.8% 06-Jul-00 02:55:48 +bomb.bmp
  100.     3126    1088 65.1% 09-Jul-00 07:35:50 +icon.bmp
  101.      126      79 37.3% 06-Jul-00 02:56:18 +level.bmp
  102.      194      79 59.2% 06-Jul-00 02:56:36 +life.bmp
  103.      206      98 52.4% 06-Jul-00 02:56:48 +num0.bmp
  104.      206      96 53.3% 06-Jul-00 02:56:56 +num1.bmp
  105.      206     114 44.6% 06-Jul-00 02:57:06 +num2.bmp
  106.      206     109 47.0% 06-Jul-00 02:57:14 +num3.bmp
  107.      206     106 48.5% 06-Jul-00 02:57:26 +num4.bmp
  108.      206     112 45.6% 06-Jul-00 02:57:34 +num5.bmp
  109.      206     108 47.5% 06-Jul-00 02:57:40 +num6.bmp
  110.      206      98 52.4% 06-Jul-00 02:57:48 +num7.bmp
  111.      206     112 45.6% 06-Jul-00 02:57:54 +num8.bmp
  112.      206     108 47.5% 06-Jul-00 02:58:06 +num9.bmp
  113.      202      89 55.9% 06-Jul-00 02:58:38 +plus.bmp
  114.      126      80 36.5% 06-Jul-00 02:58:46 +score.bmp
  115.      198     102 48.4% 06-Jul-00 02:58:54 +shield.bmp
  116.     3916    2669 31.8% 06-Jul-00 20:14:46 +bonusgot.wav
  117.     1609     992 38.3% 07-Jul-00 09:11:42 +bshot.wav
  118.     2191    1262 42.4% 06-Jul-00 20:14:46 +bwound.wav
  119.     4360    2694 38.2% 07-Jul-00 09:13:06 +explode.wav
  120.    19597    9433 51.8% 07-Jul-00 09:13:06 +explode2.wav
  121.     9044    4196 53.6% 07-Jul-00 09:13:06 +newbad.wav
  122.     4451    2522 43.3% 06-Jul-00 20:14:46 +newbonus.wav
  123.     1896    1282 32.3% 06-Jul-00 20:14:46 +phit.wav
  124.     2844    2535 10.8% 10-Jul-00 07:50:38 +pshot.wav
  125.    10044    1987 80.2% 07-Jul-00 09:14:22 +swarmsplit.wav
  126.     1068     920 13.8% 06-Jul-00 20:14:46 +thrust.wav
  127.    20166   15861 21.3% 06-Jul-00 20:14:46 +title.wav
  128.      578     123 78.7% 21-Oct-99 15:56:34 +icon.bmp
  129.   181552   66083 63.6% 22-Aug-00 18:58:04 +loopwave
  130.     2115     972 54.0% 22-Aug-00 19:00:56 +loopwave.c
  131.      884     247 72.0% 21-Oct-99 15:56:34 +picture.xbm
  132.    69202   24689 64.3% 21-Oct-99 15:56:34 +sample.bmp
  133.   121946  104126 14.6% 21-Oct-99 15:56:34 +sample.wav
  134.   182064   66101 63.6% 22-Aug-00 18:58:32 +testsprite
  135.     6864    2425 64.6% 22-Aug-00 18:58:18 +testsprite.c
  136.   183136   66309 63.7% 22-Aug-00 18:58:26 +testwin
  137.     8829    2529 71.3% 22-Aug-00 18:58:12 +testwin.c
  138.     2330    1205 48.2% 22-Aug-00 19:03:46  SDL-Amiga.readme
  139.      126      96 23.8% 22-Aug-00 19:05:50 +readme.txt
  140. -------- ------- ----- --------- --------
  141.  1764263  736201 58.2% 23-Aug-100 03:36:24   71 files
  142.